Skip to content

chore(deps): bump pretty-ms from 7.0.1 to 9.3.0#203

Merged
LukeHankey merged 1 commit into
mainfrom
dependabot/npm_and_yarn/pretty-ms-9.3.0
Jun 14, 2026
Merged

chore(deps): bump pretty-ms from 7.0.1 to 9.3.0#203
LukeHankey merged 1 commit into
mainfrom
dependabot/npm_and_yarn/pretty-ms-9.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 13, 2026

Copy link
Copy Markdown
Contributor

Bumps pretty-ms from 7.0.1 to 9.3.0.

Release notes

Sourced from pretty-ms's releases.

v9.3.0


sindresorhus/pretty-ms@v9.2.0...v9.3.0

v9.2.0

  • Add hideYears, hideYearsAndDays, and hideSeconds options (#72) 25509bc

sindresorhus/pretty-ms@v9.1.0...v9.2.0

v9.1.0

  • Support negative milliseconds (#71) 7891386

sindresorhus/pretty-ms@v9.0.0...v9.1.0

v9.0.0

Breaking

  • Require Node.js 18 (#65) 228dd07

Improvements

  • Support BigInt (#66) 014edf2
  • Improve output for big numbers (#65) 228dd07

sindresorhus/pretty-ms@v8.0.0...v9.0.0

v8.0.0

Breaking

  • Require Node.js 14 4081b02 c65a1bb
  • This package is now pure ESM. Please read this.

sindresorhus/pretty-ms@v7.0.1...v8.0.0

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 13, 2026
Bumps [pretty-ms](https://github.com/sindresorhus/pretty-ms) from 7.0.1 to 9.3.0.
- [Release notes](https://github.com/sindresorhus/pretty-ms/releases)
- [Commits](sindresorhus/pretty-ms@v7.0.1...v9.3.0)

---
updated-dependencies:
- dependency-name: pretty-ms
  dependency-version: 9.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/pretty-ms-9.3.0 branch from b1425a1 to 2608033 Compare June 14, 2026 14:37
@LukeHankey

Copy link
Copy Markdown
Owner

@copilot I only use import ms from 'pretty-ms' in the codebase. Does any of the changes from 7.0.1 to 9.3.0 affect that? (I call ms())

Copilot AI commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

@copilot I only use import ms from 'pretty-ms' in the codebase. Does any of the changes from 7.0.1 to 9.3.0 affect that? (I call ms())

For your usage (import ms from 'pretty-ms' and ms(<number>)), this bump is compatible—the default export/function call shape is unchanged. The main breaking change is runtime requirements (pretty-ms@9 requires Node >=18), but this repo already targets Node 22.14.0, so you’re covered.

Copilot AI requested a review from LukeHankey June 14, 2026 14:43
@LukeHankey LukeHankey merged commit cb0a9f6 into main Jun 14, 2026
4 checks passed
@LukeHankey LukeHankey deleted the dependabot/npm_and_yarn/pretty-ms-9.3.0 branch June 14, 2026 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants